home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / SETUP.INF / SETUP.txt
Text File  |  2000-04-13  |  31KB  |  1,184 lines

  1. object ParamsForm: TParamsForm
  2.   Left = 295
  3.   Top = 185
  4.   ActiveControl = ExitBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'E:\!master\cooking\Setup.inf'
  7.   ClientHeight = 372
  8.   ClientWidth = 428
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = 10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   ShowHint = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 428
  22.     Height = 337
  23.     ActivePage = Registry
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object MainWindow: TTabSheet
  27.       Caption = 'General'
  28.       object Label1: TLabel
  29.         Left = 10
  30.         Top = 178
  31.         Width = 150
  32.         Height = 13
  33.         Alignment = taRightJustify
  34.         AutoSize = False
  35.         Caption = 'Left-top text:'
  36.       end
  37.       object Label5: TLabel
  38.         Left = 10
  39.         Top = 16
  40.         Width = 150
  41.         Height = 13
  42.         Alignment = taRightJustify
  43.         AutoSize = False
  44.         Caption = 'Product Name:'
  45.       end
  46.       object Label6: TLabel
  47.         Left = 10
  48.         Top = 64
  49.         Width = 150
  50.         Height = 13
  51.         Alignment = taRightJustify
  52.         AutoSize = False
  53.         Caption = 'Version:'
  54.       end
  55.       object Label7: TLabel
  56.         Left = 10
  57.         Top = 88
  58.         Width = 150
  59.         Height = 13
  60.         Alignment = taRightJustify
  61.         AutoSize = False
  62.         Caption = 'Firm Name:'
  63.       end
  64.       object Label3: TLabel
  65.         Left = 10
  66.         Top = 116
  67.         Width = 150
  68.         Height = 13
  69.         Alignment = taRightJustify
  70.         AutoSize = False
  71.         Caption = 'Top Color:'
  72.       end
  73.       object Label4: TLabel
  74.         Left = 10
  75.         Top = 145
  76.         Width = 150
  77.         Height = 13
  78.         Alignment = taRightJustify
  79.         AutoSize = False
  80.         Caption = 'Bottom Color:'
  81.       end
  82.       object PaintBox: TPaintBox
  83.         Left = 320
  84.         Top = 112
  85.         Width = 81
  86.         Height = 53
  87.         OnPaint = PaintBoxPaint
  88.       end
  89.       object Label12: TLabel
  90.         Left = 104
  91.         Top = 212
  92.         Width = 54
  93.         Height = 13
  94.         Caption = 'Before Run'
  95.       end
  96.       object Label13: TLabel
  97.         Left = 114
  98.         Top = 240
  99.         Width = 45
  100.         Height = 13
  101.         Caption = 'After Run'
  102.       end
  103.       object Label24: TLabel
  104.         Left = 10
  105.         Top = 40
  106.         Width = 150
  107.         Height = 13
  108.         Alignment = taRightJustify
  109.         AutoSize = False
  110.         Caption = 'Internal Name:'
  111.       end
  112.       object SetupText: TEdit
  113.         Left = 180
  114.         Top = 174
  115.         Width = 221
  116.         Height = 21
  117.         TabOrder = 6
  118.         Text = '20th Century Newsmakers Setup'
  119.       end
  120.       object ProductName: TEdit
  121.         Left = 180
  122.         Top = 12
  123.         Width = 221
  124.         Height = 21
  125.         TabOrder = 0
  126.         Text = '20th Century Newsmakers'
  127.       end
  128.       object ProductVersion: TEdit
  129.         Left = 180
  130.         Top = 60
  131.         Width = 221
  132.         Height = 21
  133.         TabOrder = 2
  134.         Text = '2.2'
  135.       end
  136.       object FirmName: TEdit
  137.         Left = 180
  138.         Top = 84
  139.         Width = 221
  140.         Height = 21
  141.         TabOrder = 3
  142.         Text = 'Scarlet'
  143.       end
  144.       object TopColor: TBitBtn
  145.         Left = 180
  146.         Top = 112
  147.         Width = 133
  148.         Height = 25
  149.         Hint = '2637264'
  150.         Caption = 'TopColor'
  151.         Font.Charset = DEFAULT_CHARSET
  152.         Font.Color = 2637264
  153.         Font.Height = -11
  154.         Font.Name = 'MS Sans Serif'
  155.         Font.Style = []
  156.         ParentFont = False
  157.         ParentShowHint = False
  158.         ShowHint = False
  159.         TabOrder = 4
  160.         OnClick = ColorBtnClick
  161.       end
  162.       object BottomColor: TBitBtn
  163.         Left = 180
  164.         Top = 140
  165.         Width = 133
  166.         Height = 25
  167.         Hint = '16777215'
  168.         Caption = 'BottomColor'
  169.         Font.Charset = DEFAULT_CHARSET
  170.         Font.Color = clWhite
  171.         Font.Height = -11
  172.         Font.Name = 'MS Sans Serif'
  173.         Font.Style = []
  174.         ParentFont = False
  175.         ParentShowHint = False
  176.         ShowHint = False
  177.         TabOrder = 5
  178.         OnClick = ColorBtnClick
  179.       end
  180.       object BeforeRun: TEdit
  181.         Left = 180
  182.         Top = 208
  183.         Width = 221
  184.         Height = 21
  185.         TabOrder = 7
  186.       end
  187.       object AfterRun: TEdit
  188.         Left = 180
  189.         Top = 236
  190.         Width = 220
  191.         Height = 21
  192.         TabOrder = 8
  193.       end
  194.       object InternalName: TEdit
  195.         Left = 180
  196.         Top = 36
  197.         Width = 221
  198.         Height = 21
  199.         TabOrder = 1
  200.         Text = 'persons'
  201.       end
  202.       object AutoUninstall: TCheckBox
  203.         Left = 180
  204.         Top = 264
  205.         Width = 221
  206.         Height = 17
  207.         Caption = 'Auto Uninstall in '#39'Add/Remove program'#39
  208.         State = cbChecked
  209.         TabOrder = 9
  210.       end
  211.     end
  212.     object TextInfo: TTabSheet
  213.       Caption = 'Texts'
  214.       object Label18: TLabel
  215.         Left = 72
  216.         Top = 4
  217.         Width = 87
  218.         Height = 13
  219.         Caption = 'Windows captions'
  220.       end
  221.       object Label2: TLabel
  222.         Left = 4
  223.         Top = 4
  224.         Width = 36
  225.         Height = 13
  226.         Caption = 'Buttons'
  227.       end
  228.       object Label11: TLabel
  229.         Left = 4
  230.         Top = 244
  231.         Width = 68
  232.         Height = 13
  233.         Caption = 'Uninstall string'
  234.       end
  235.       object Label17: TLabel
  236.         Left = 256
  237.         Top = 4
  238.         Width = 27
  239.         Height = 13
  240.         Caption = 'Errors'
  241.       end
  242.       object Label19: TLabel
  243.         Left = 168
  244.         Top = 244
  245.         Width = 78
  246.         Height = 13
  247.         Caption = 'Uninstall caption'
  248.       end
  249.       object NamePrev: TEdit
  250.         Left = 4
  251.         Top = 20
  252.         Width = 53
  253.         Height = 21
  254.         TabOrder = 0
  255.         Text = '< Back'
  256.       end
  257.       object NameNext: TEdit
  258.         Left = 4
  259.         Top = 44
  260.         Width = 53
  261.         Height = 21
  262.         TabOrder = 1
  263.         Text = 'Next >'
  264.       end
  265.       object NameCancel: TEdit
  266.         Left = 4
  267.         Top = 68
  268.         Width = 53
  269.         Height = 21
  270.         TabOrder = 2
  271.         Text = 'Cancel'
  272.       end
  273.       object NameYes: TEdit
  274.         Left = 4
  275.         Top = 92
  276.         Width = 53
  277.         Height = 21
  278.         TabOrder = 3
  279.         Text = 'Yes'
  280.       end
  281.       object NameNo: TEdit
  282.         Left = 4
  283.         Top = 116
  284.         Width = 53
  285.         Height = 21
  286.         TabOrder = 4
  287.         Text = 'No'
  288.       end
  289.       object NameBrowse: TEdit
  290.         Left = 4
  291.         Top = 140
  292.         Width = 53
  293.         Height = 21
  294.         TabOrder = 5
  295.         Text = 'Browse...'
  296.       end
  297.       object NameFinish: TEdit
  298.         Left = 4
  299.         Top = 164
  300.         Width = 53
  301.         Height = 21
  302.         TabOrder = 6
  303.         Text = 'Finish'
  304.       end
  305.       object LicenseCaption: TEdit
  306.         Left = 72
  307.         Top = 44
  308.         Width = 170
  309.         Height = 21
  310.         TabOrder = 9
  311.         Text = 'Software License Agreement'
  312.       end
  313.       object UserCaption: TEdit
  314.         Left = 72
  315.         Top = 68
  316.         Width = 170
  317.         Height = 21
  318.         TabOrder = 10
  319.         Text = 'User Information'
  320.       end
  321.       object DirectoryCaption: TEdit
  322.         Left = 72
  323.         Top = 92
  324.         Width = 170
  325.         Height = 21
  326.         TabOrder = 11
  327.         Text = 'Choose Destination Location'
  328.       end
  329.       object CopyingCaption: TEdit
  330.         Left = 72
  331.         Top = 140
  332.         Width = 170
  333.         Height = 21
  334.         TabOrder = 13
  335.         Text = 'Copying...'
  336.       end
  337.       object FinishCaption: TEdit
  338.         Left = 72
  339.         Top = 164
  340.         Width = 170
  341.         Height = 21
  342.         TabOrder = 14
  343.         Text = 'Setup Complete'
  344.       end
  345.       object GroupCaption: TEdit
  346.         Left = 72
  347.         Top = 116
  348.         Width = 170
  349.         Height = 21
  350.         TabOrder = 12
  351.         Text = 'Select program folder'
  352.       end
  353.       object Memo10: TMemo
  354.         Left = 3
  355.         Top = 260
  356.         Width = 413
  357.         Height = 22
  358.         Lines.Strings = (
  359.           'Uninstall the 20th Century Newsmakers from your hard disk?')
  360.         TabOrder = 27
  361.         WordWrap = False
  362.       end
  363.       object ErrorFile: TEdit
  364.         Left = 251
  365.         Top = 20
  366.         Width = 165
  367.         Height = 21
  368.         TabOrder = 17
  369.         Text = 'File Copy Error: %s'
  370.       end
  371.       object ErrorShortcut: TEdit
  372.         Left = 251
  373.         Top = 44
  374.         Width = 165
  375.         Height = 21
  376.         TabOrder = 18
  377.         Text = 'Shortcut creating error: %s'
  378.       end
  379.       object ErrorMissing: TEdit
  380.         Left = 251
  381.         Top = 68
  382.         Width = 165
  383.         Height = 21
  384.         TabOrder = 19
  385.         Text = 'Source file missing: %s'
  386.       end
  387.       object ErrorAbortQuestion: TEdit
  388.         Left = 251
  389.         Top = 92
  390.         Width = 165
  391.         Height = 21
  392.         TabOrder = 20
  393.         Text = 'Abort Setup ?'
  394.       end
  395.       object ErrorNotCompleted: TEdit
  396.         Left = 251
  397.         Top = 116
  398.         Width = 165
  399.         Height = 21
  400.         TabOrder = 21
  401.         Text = 'Setup not completed'
  402.       end
  403.       object ErrorAborted: TEdit
  404.         Left = 251
  405.         Top = 140
  406.         Width = 165
  407.         Height = 21
  408.         TabOrder = 22
  409.         Text = 'Setup aborted'
  410.       end
  411.       object ErrorDiskSpace: TEdit
  412.         Left = 251
  413.         Top = 164
  414.         Width = 165
  415.         Height = 21
  416.         TabOrder = 23
  417.         Text = 'Disk space required: %d kb. Please choose another disk'
  418.       end
  419.       object NameRegister: TEdit
  420.         Left = 4
  421.         Top = 188
  422.         Width = 53
  423.         Height = 21
  424.         TabOrder = 7
  425.         Text = 'Register'
  426.       end
  427.       object URL: TEdit
  428.         Left = 72
  429.         Top = 188
  430.         Width = 170
  431.         Height = 21
  432.         Hint = 'Clear this field if you don'#39't want to register'
  433.         TabOrder = 15
  434.       end
  435.       object ErrorInternetBrowser: TEdit
  436.         Left = 251
  437.         Top = 188
  438.         Width = 165
  439.         Height = 21
  440.         TabOrder = 24
  441.         Text = 'Error opening Internet browser'
  442.       end
  443.       object ErrorKeyword: TEdit
  444.         Left = 251
  445.         Top = 212
  446.         Width = 165
  447.         Height = 21
  448.         TabOrder = 25
  449.         Text = 'Wrong keyword'
  450.       end
  451.       object CaptionUninstall: TEdit
  452.         Left = 251
  453.         Top = 236
  454.         Width = 165
  455.         Height = 21
  456.         TabOrder = 26
  457.         Text = 'Uninstall'
  458.       end
  459.       object WelcomeCaption: TEdit
  460.         Left = 72
  461.         Top = 20
  462.         Width = 170
  463.         Height = 21
  464.         TabOrder = 8
  465.         Text = 'Welcome!'
  466.       end
  467.       object CustomCaption: TEdit
  468.         Left = 72
  469.         Top = 212
  470.         Width = 170
  471.         Height = 21
  472.         TabOrder = 16
  473.         Text = 'Custom setup'
  474.       end
  475.     end
  476.     object Files: TTabSheet
  477.       Caption = 'Files and icons'
  478.       object Label8: TLabel
  479.         Left = 4
  480.         Top = 8
  481.         Width = 72
  482.         Height = 13
  483.         Caption = 'File list to copy:'
  484.       end
  485.       object Label9: TLabel
  486.         Left = 4
  487.         Top = 156
  488.         Width = 63
  489.         Height = 13
  490.         Caption = 'Group Name:'
  491.       end
  492.       object Label10: TLabel
  493.         Left = 4
  494.         Top = 177
  495.         Width = 44
  496.         Height = 13
  497.         Caption = 'Icons list:'
  498.       end
  499.       object GroupName: TEdit
  500.         Left = 128
  501.         Top = 152
  502.         Width = 289
  503.         Height = 21
  504.         TabOrder = 1
  505.         Text = 'Scarlet CD ROM'
  506.       end
  507.       object ListFiles: TMemo
  508.         Left = 4
  509.         Top = 24
  510.         Width = 409
  511.         Height = 117
  512.         Lines.Strings = (
  513.           '%CDPATH%\persons.ini=%WINDOWS%\persons.ini')
  514.         TabOrder = 0
  515.         WordWrap = False
  516.       end
  517.       object ListIcons: TMemo
  518.         Left = 4
  519.         Top = 196
  520.         Width = 413
  521.         Height = 81
  522.         Lines.Strings = (
  523.           'Newsmakers=%CDPATH%\persons.exe'
  524.           'Newsmakers Uninstall=%WINDOWS%\maUninst.exe,,%InternalName%'
  525.           'Newsmakers Read Me=%CDPATH%\readme.txt')
  526.         TabOrder = 2
  527.         WordWrap = False
  528.       end
  529.     end
  530.     object Registry: TTabSheet
  531.       Caption = 'Registry'
  532.       object Label20: TLabel
  533.         Left = 2
  534.         Top = 1
  535.         Width = 329
  536.         Height = 13
  537.         Caption = '[HKEY_CURRENT_USER\Software\%FirmName%\%InternalName%]'
  538.       end
  539.       object Label21: TLabel
  540.         Left = 2
  541.         Top = 16
  542.         Width = 102
  543.         Height = 13
  544.         Caption = '"Version"=%Version%'
  545.       end
  546.       object Label22: TLabel
  547.         Left = 2
  548.         Top = 32
  549.         Width = 113
  550.         Height = 13
  551.         Caption = '"CDPath"=%CDPATH%'
  552.       end
  553.       object Label23: TLabel
  554.         Left = 2
  555.         Top = 48
  556.         Width = 115
  557.         Height = 13
  558.         Caption = '"HDPath"=%HDPATH%'
  559.       end
  560.       object RegList: TMemo
  561.         Left = 1
  562.         Top = 64
  563.         Width = 417
  564.         Height = 217
  565.         Lines.Strings = (
  566.           '[HKEY_CURRENT_USER\Software\Scarlet\persons]'
  567.           '"Autorun"="..\persons"'
  568.           '"Uninstall"="%WINDOWS%\mauninst.exe,,%InternalName%"')
  569.         ScrollBars = ssVertical
  570.         TabOrder = 0
  571.         WordWrap = False
  572.       end
  573.       object Import: TButton
  574.         Left = 336
  575.         Top = 34
  576.         Width = 81
  577.         Height = 25
  578.         Caption = 'Import *.reg'
  579.         TabOrder = 1
  580.         OnClick = ImportClick
  581.       end
  582.     end
  583.     object WelcomeDialog: TTabSheet
  584.       Caption = 'Welcome'
  585.       object Image1: TImage
  586.         Left = 8
  587.         Top = 4
  588.         Width = 120
  589.         Height = 260
  590.       end
  591.       object Memo1: TMemo
  592.         Left = 140
  593.         Top = 4
  594.         Width = 277
  595.         Height = 260
  596.         Color = clBtnFace
  597.         Lines.Strings = (
  598.           ' Welcome to the %ProductName% Setup program. This '
  599.           ' program will install %ProductName% on your computer.'
  600.           ''
  601.           ' It is strongly recommended that you close all Windows '
  602.           ' programs before running this Setup program.'
  603.           ''
  604.           ' Click Cancel to quit Setup and then close all programs '
  605.           ' you have running. Click Next to continue with Setup '
  606.           ' program.'
  607.           ''
  608.           ' WARNING: This program is protected by copyright law '
  609.           ' and international treaties.'
  610.           ''
  611.           ' Unauthorized reproduction or distribution of this program, '
  612.           ' or any portion of it, may result in severe civil and criminal '
  613.           ' penalties, and will be procecuted to the maximum extent '
  614.           ' possible under law.')
  615.         TabOrder = 0
  616.       end
  617.     end
  618.     object LicenseDialog: TTabSheet
  619.       Caption = 'License'
  620.       object Image2: TImage
  621.         Left = 12
  622.         Top = 8
  623.         Width = 32
  624.         Height = 32
  625.         AutoSize = True
  626.       end
  627.       object Memo2: TMemo
  628.         Left = 60
  629.         Top = 8
  630.         Width = 349
  631.         Height = 33
  632.         Color = clBtnFace
  633.         Lines.Strings = (
  634.           
  635.             'Please read the following Licence Agreement. Press the PageDown ' +
  636.             'key '
  637.           'to see the rest of the agreement.')
  638.         TabOrder = 0
  639.       end
  640.       object Memo4: TMemo
  641.         Left = 12
  642.         Top = 236
  643.         Width = 397
  644.         Height = 41
  645.         Color = clBtnFace
  646.         Lines.Strings = (
  647.           
  648.             'Do you accept all the terms of the preceding License Agreement? ' +
  649.             'If you choose '
  650.           
  651.             'No, Setup will Close. To install %ProductName%, you must accept ' +
  652.             'this agreement.')
  653.         TabOrder = 2
  654.       end
  655.       object License: TMemo
  656.         Left = 12
  657.         Top = 44
  658.         Width = 397
  659.         Height = 189
  660.         Lines.Strings = (
  661.           ''
  662.           'Scarlet Software Licence Agreement'
  663.           ''
  664.           'This Agreement will govern your use of the'
  665.           ' Scarlet software products contained in '
  666.           ' this package. Please read the following terms '
  667.           ' carefully before using the product.'
  668.           ''
  669.           'Grant of licence. Scarlet Software., Thomas House,'
  670.           ' Hampshire International Business Park, '
  671.           ' Crockford Lane, Chineham, Basingstoke, Hampshire, '
  672.           ' UK RG24 8WH (called "Scarlet" in this '
  673.           ' Agreement) hereby grants you, and you accept, '
  674.           ' a limited licence subject to the terms and '
  675.           ' conditions contained herein to use the'
  676.           ' software recorded on the enclosed CD-ROM  '
  677.           ' (called "the Software" in this Agreement). '
  678.           ' You may only use this Software on a single '
  679.           ' computer, on its temporary replacement, or on '
  680.           ' a subsequent computer. If you wish to use the '
  681.           ' Software on more than one computer, you must'
  682.           ' purchase an additional copy of the Software. '
  683.           ' The Software is "in use" on a computer when it '
  684.           ' is resident in memory (i.e., RAM) or installed '
  685.           ' on the hard disk (executable and other files)'
  686.           ' or other storage device. You may not either '
  687.           ' temporarily or permanently transfer or '
  688.           ' sub-licence your rights to use the Software '
  689.           ' under this Agreement without the prior written '
  690.           ' consent ofScarlet.'
  691.           ''
  692.           'Use. You acknowledge that the rights to the '
  693.           ' Software and the User Manuals and other related '
  694.           ' materials are the sole and exclusive property of '
  695.           'Scarlet or Scarlet'#39's licensors. You may not '
  696.           ' alter, merge, modify or '
  697.           ' adapt this Software in any way including '
  698.           ' disassembling or decompiling. By accepting this '
  699.           ' Agreement, you do not become the owner of the '
  700.           ' Software, but you do have the licence to use '
  701.           ' the Software in accordance with the Agreement. '
  702.           ' You agree to use your best efforts and to'
  703.           ' take all reasonable steps to protect the '
  704.           ' Software from unauthorised use, illegal '
  705.           ' reproduction or illicit distribution. You may '
  706.           ' not loan, rent, lease or licence this Software '
  707.           ' or any copy.'
  708.           ''
  709.           'Copyright. All intellectual property rights in '
  710.           ' the Software and user documentation are owned '
  711.           ' by Scarlet or its suppliers and are '
  712.           ' protected by United Kingdom copyright laws, '
  713.           ' other applicable copyright laws and international'
  714.           ' treaty provisions. Scarlet retains all rights '
  715.           ' not expressly granted.'
  716.           ''
  717.           'Limited Warranty. Scarlet warrants that the '
  718.           ' Software will substantially conform to the '
  719.           ' applicable user documentation. Furthermore '
  720.           ' Scarlet warrants for a period of ninety (90)'
  721.           ' days from the effective date of this Agreement '
  722.           ' that, under normal use, the material of the CD-ROM '
  723.           ' and the user manual(s) will not prove defective; '
  724.           ' and that the user manual(s) are substantially '
  725.           ' complete and contain all of the information which '
  726.           ' Scarlet considers necessary for the use of '
  727.           ' the Software. If during the ninety-day period, a'
  728.           ' defect in the Software should appear, you may '
  729.           ' return the Software to Scarlet for replacement '
  730.           ' without charge. Your sole right with respect to a '
  731.           ' defect in the Software is replacement of the '
  732.           ' Software. Scarlet does not warrant, that the '
  733.           ' contents of this package meets your expectations '
  734.           ' and that the Software runs properly under all '
  735.           ' circumstances.'
  736.           ''
  737.           'Except for the limited warranty provided in this '
  738.           ' paragraph, there are no warranties, conditions, or '
  739.           ' representations either express or implied by '
  740.           ' statute, common law or otherwise, and all such '
  741.           ' warranties, conditions and representations are '
  742.           ' expressly disclaimed.'
  743.           ''
  744.           'Limitation Of Liability. You agree that regardless '
  745.           ' of the form of any claim you may have, Scarlet'#39's '
  746.           ' liability for any damages to you or to any other '
  747.           ' party shall not exceed the amount paid by you for '
  748.           ' the Software. Scarlet will not be responsible '
  749.           ' for any direct, indirect, special, incidental, '
  750.           ' cover or consequential damages, such as, but not '
  751.           ' limited to, loss of profits resulting from the use '
  752.           ' of the Software or arising out of any breach of '
  753.           ' the warranty, even if Scarlet has been advised '
  754.           ' of the possibility of such damage.'
  755.           ''
  756.           'Termination of the Agreement. If any terms and '
  757.           ' conditions of the Agreement are broken, Scarlet '
  758.           ' has the right immediately to terminate in writing '
  759.           ' the Agreement and demand that you return the '
  760.           ' Software to Scarlet. At that time, you must'
  761.           ' also certify in writing that you have not retained '
  762.           ' any copies of the Software.'
  763.           ''
  764.           'Governing Law. This Agreement is to be governed '
  765.           ' by and interpreted in accordance with the Laws '
  766.           ' of England. Any terms or conditions of this '
  767.           ' Agreement found to be unenforcable will be '
  768.           ' deleted, but will not affect the remaining terms '
  769.           ' and conditions of this Agreement.'
  770.           ''
  771.           'PLEASE NOTE: In order to receive technical support '
  772.           ' and notification of product upgrading and '
  773.           ' enhancements, please complete and return the '
  774.           ' accompanying registration card.'
  775.           '')
  776.         ScrollBars = ssVertical
  777.         TabOrder = 1
  778.       end
  779.     end
  780.     object UserDialog: TTabSheet
  781.       Caption = 'User information'
  782.       object Image3: TImage
  783.         Left = 8
  784.         Top = 4
  785.         Width = 120
  786.         Height = 260
  787.         AutoSize = True
  788.       end
  789.       object Memo5: TMemo
  790.         Left = 140
  791.         Top = 4
  792.         Width = 269
  793.         Height = 61
  794.         Color = clBtnFace
  795.         Lines.Strings = (
  796.           'Please type your name (required) and name of the '
  797.           'company you work for (optional).')
  798.         TabOrder = 0
  799.       end
  800.       object UserNameLabel: TEdit
  801.         Left = 140
  802.         Top = 88
  803.         Width = 121
  804.         Height = 21
  805.         Color = clBtnFace
  806.         TabOrder = 1
  807.         Text = 'Your name:'
  808.       end
  809.       object SerialNumberLabel: TEdit
  810.         Left = 140
  811.         Top = 152
  812.         Width = 121
  813.         Height = 21
  814.         Color = clBtnFace
  815.         TabOrder = 2
  816.         Text = 'Keyword:'
  817.       end
  818.       object Memo6: TMemo
  819.         Left = 140
  820.         Top = 188
  821.         Width = 269
  822.         Height = 77
  823.         Color = clBtnFace
  824.         Lines.Strings = (
  825.           ' ')
  826.         TabOrder = 6
  827.       end
  828.       object OrganizationLabel: TEdit
  829.         Left = 140
  830.         Top = 120
  831.         Width = 121
  832.         Height = 21
  833.         Color = clBtnFace
  834.         TabOrder = 3
  835.         Text = 'Organization:'
  836.       end
  837.       object KeywordNeeded: TCheckBox
  838.         Left = 264
  839.         Top = 160
  840.         Width = 121
  841.         Height = 17
  842.         Caption = 'Required'
  843.         TabOrder = 5
  844.         OnClick = KeywordNeededClick
  845.       end
  846.       object Protection: TMemo
  847.         Left = 264
  848.         Top = 68
  849.         Width = 145
  850.         Height = 89
  851.         Hint = '#Page,#Line,#Word,Keyword'
  852.         TabOrder = 4
  853.       end
  854.       object SetupDat: TCheckBox
  855.         Left = 140
  856.         Top = 268
  857.         Width = 97
  858.         Height = 17
  859.         Caption = 'SetupDat'
  860.         TabOrder = 7
  861.       end
  862.     end
  863.     object CustomDialog: TTabSheet
  864.       Caption = 'Custom'
  865.       object Image8: TImage
  866.         Left = 8
  867.         Top = 4
  868.         Width = 120
  869.         Height = 260
  870.         AutoSize = True
  871.       end
  872.       object Label14: TLabel
  873.         Left = 145
  874.         Top = 179
  875.         Width = 180
  876.         Height = 13
  877.         Caption = 'Radio Buttons (if flag text is not empty)'
  878.       end
  879.       object CustomMemo: TMemo
  880.         Left = 140
  881.         Top = 4
  882.         Width = 277
  883.         Height = 61
  884.         Color = clBtnFace
  885.         Lines.Strings = (
  886.           'Please select components you wish to install')
  887.         TabOrder = 0
  888.       end
  889.       object FlagText1: TEdit
  890.         Left = 144
  891.         Top = 195
  892.         Width = 201
  893.         Height = 21
  894.         TabOrder = 1
  895.       end
  896.       object FlagText2: TEdit
  897.         Left = 144
  898.         Top = 219
  899.         Width = 201
  900.         Height = 21
  901.         TabOrder = 2
  902.       end
  903.       object FlagText3: TEdit
  904.         Left = 144
  905.         Top = 243
  906.         Width = 201
  907.         Height = 21
  908.         TabOrder = 3
  909.       end
  910.       object Flag1: TEdit
  911.         Left = 349
  912.         Top = 195
  913.         Width = 67
  914.         Height = 21
  915.         TabOrder = 4
  916.         Text = 'Flag1'
  917.       end
  918.       object Flag2: TEdit
  919.         Left = 349
  920.         Top = 219
  921.         Width = 67
  922.         Height = 21
  923.         TabOrder = 5
  924.         Text = 'Flag2'
  925.       end
  926.       object Flag3: TEdit
  927.         Left = 349
  928.         Top = 243
  929.         Width = 67
  930.         Height = 21
  931.         TabOrder = 6
  932.         Text = 'Flag3'
  933.       end
  934.     end
  935.     object ChooseDir: TTabSheet
  936.       Caption = 'Destination'
  937.       object Image4: TImage
  938.         Left = 8
  939.         Top = 4
  940.         Width = 120
  941.         Height = 260
  942.         AutoSize = True
  943.       end
  944.       object Bevel2: TBevel
  945.         Left = 140
  946.         Top = 192
  947.         Width = 273
  948.         Height = 71
  949.       end
  950.       object Memo7: TMemo
  951.         Left = 140
  952.         Top = 4
  953.         Width = 269
  954.         Height = 161
  955.         Color = clBtnFace
  956.         Lines.Strings = (
  957.           'Setup will install %ProductName% in the following '
  958.           'directory.'
  959.           ''
  960.           'To install to this directory, click Next.'
  961.           ''
  962.           'To install to a different directory, click Browse and '
  963.           'select another directory.'
  964.           ''
  965.           'You can choose not to install %ProductName%, by '
  966.           'clicking Cancel to exit Setup.')
  967.         TabOrder = 0
  968.       end
  969.       object InstallDirLabel: TEdit
  970.         Left = 152
  971.         Top = 184
  972.         Width = 133
  973.         Height = 21
  974.         Color = clBtnFace
  975.         TabOrder = 1
  976.         Text = 'Destination Directory'
  977.       end
  978.       object DefaultDir: TEdit
  979.         Left = 152
  980.         Top = 208
  981.         Width = 253
  982.         Height = 21
  983.         Color = clBtnFace
  984.         TabOrder = 2
  985.         Text = 'C:\Scarlet\persons'
  986.       end
  987.       object Button1: TButton
  988.         Left = 330
  989.         Top = 234
  990.         Width = 75
  991.         Height = 25
  992.         Caption = 'Browse'
  993.         TabOrder = 3
  994.       end
  995.     end
  996.     object SelectFolder: TTabSheet
  997.       Caption = 'Folder'
  998.       object Image7: TImage
  999.         Left = 8
  1000.         Top = 4
  1001.         Width = 120
  1002.         Height = 260
  1003.         AutoSize = True
  1004.       end
  1005.       object Memo9: TMemo
  1006.         Left = 136
  1007.         Top = 4
  1008.         Width = 277
  1009.         Height = 93
  1010.         Lines.Strings = (
  1011.           'Setup will add program icons to the Program folder listed '
  1012.           'below. You may type a new folder name, or select one '
  1013.           'from the existing Folders list. Click Next to continue.')
  1014.         TabOrder = 0
  1015.       end
  1016.     end
  1017.     object CopyingDialog: TTabSheet
  1018.       Caption = 'Process'
  1019.       object Image5: TImage
  1020.         Left = 8
  1021.         Top = 4
  1022.         Width = 120
  1023.         Height = 260
  1024.         AutoSize = True
  1025.       end
  1026.       object Process1: TEdit
  1027.         Left = 156
  1028.         Top = 120
  1029.         Width = 257
  1030.         Height = 21
  1031.         TabOrder = 1
  1032.         Text = 'Copying files'
  1033.       end
  1034.       object Process2: TEdit
  1035.         Left = 156
  1036.         Top = 148
  1037.         Width = 257
  1038.         Height = 21
  1039.         TabOrder = 2
  1040.         Text = 'Creating program group'
  1041.       end
  1042.       object Process3: TEdit
  1043.         Left = 156
  1044.         Top = 176
  1045.         Width = 257
  1046.         Height = 21
  1047.         TabOrder = 3
  1048.         Text = 'Creating icons'
  1049.       end
  1050.       object Process4: TEdit
  1051.         Left = 156
  1052.         Top = 204
  1053.         Width = 257
  1054.         Height = 21
  1055.         TabOrder = 4
  1056.         Text = 'Updating system information'
  1057.       end
  1058.       object Memo3: TMemo
  1059.         Left = 136
  1060.         Top = 4
  1061.         Width = 277
  1062.         Height = 93
  1063.         Lines.Strings = (
  1064.           'Please wait while Setup copying files. If you click Cancel, '
  1065.           'install will canceled immediatly.')
  1066.         TabOrder = 0
  1067.       end
  1068.     end
  1069.     object ExitDialog: TTabSheet
  1070.       Caption = 'Exit'
  1071.       object Image6: TImage
  1072.         Left = 8
  1073.         Top = 4
  1074.         Width = 120
  1075.         Height = 260
  1076.         AutoSize = True
  1077.       end
  1078.       object Memo8: TMemo
  1079.         Left = 136
  1080.         Top = 4
  1081.         Width = 277
  1082.         Height = 261
  1083.         Lines.Strings = (
  1084.           'Setup has finished copying files to your computer. '
  1085.           ''
  1086.           'Click '#39'Finish'#39' to exit.')
  1087.         TabOrder = 0
  1088.       end
  1089.       object Restart: TCheckBox
  1090.         Left = 136
  1091.         Top = 293
  1092.         Width = 97
  1093.         Height = 17
  1094.         Caption = 'Restart required'
  1095.         TabOrder = 2
  1096.       end
  1097.       object RestartText: TEdit
  1098.         Left = 137
  1099.         Top = 270
  1100.         Width = 276
  1101.         Height = 21
  1102.         TabOrder = 1
  1103.         Text = 'Restart now'
  1104.       end
  1105.     end
  1106.   end
  1107.   object ExitBtn: TButton
  1108.     Left = 352
  1109.     Top = 339
  1110.     Width = 75
  1111.     Height = 25
  1112.     Caption = 'Exit'
  1113.     ModalResult = 2
  1114.     TabOrder = 3
  1115.     OnClick = ExitBtnClick
  1116.   end
  1117.   object LoadBtn: TBitBtn
  1118.     Left = 0
  1119.     Top = 340
  1120.     Width = 121
  1121.     Height = 25
  1122.     Caption = 'Load setup.inf'
  1123.     TabOrder = 1
  1124.     OnClick = LoadBtnClick
  1125.   end
  1126.   object SaveBtn: TBitBtn
  1127.     Left = 128
  1128.     Top = 340
  1129.     Width = 109
  1130.     Height = 25
  1131.     Caption = 'Save setup.inf'
  1132.     TabOrder = 2
  1133.     OnClick = SaveBtnClick
  1134.   end
  1135.   object OpenDialog: TOpenDialog
  1136.     DefaultExt = 'inf'
  1137.     Filter = 'Setup inf|setup*.inf|All files|*.*'
  1138.     Options = []
  1139.     Title = 'Open .inf from'
  1140.     Left = 48
  1141.     Top = 304
  1142.   end
  1143.   object ColorDialog: TColorDialog
  1144.     Ctl3D = True
  1145.     CustomColors.Strings = (
  1146.       'ColorA=FFFFFFFF'
  1147.       'ColorB=FFFFFFFF'
  1148.       'ColorC=FFFFFFFF'
  1149.       'ColorD=FFFFFFFF'
  1150.       'ColorE=FFFFFFFF'
  1151.       'ColorF=FFFFFFFF'
  1152.       'ColorG=FFFFFFFF'
  1153.       'ColorH=FFFFFFFF'
  1154.       'ColorI=FFFFFFFF'
  1155.       'ColorJ=FFFFFFFF'
  1156.       'ColorK=FFFFFFFF'
  1157.       'ColorL=FFFFFFFF'
  1158.       'ColorM=FFFFFFFF'
  1159.       'ColorN=FFFFFFFF'
  1160.       'ColorO=FFFFFFFF'
  1161.       'ColorP=FFFFFFFF')
  1162.     Options = [cdFullOpen, cdAnyColor]
  1163.     Left = 80
  1164.     Top = 304
  1165.   end
  1166.   object OpenReg: TOpenDialog
  1167.     DefaultExt = '*.reg'
  1168.     Filter = '*.reg|*.reg'
  1169.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
  1170.     Title = 'Registry file import'
  1171.     Left = 16
  1172.     Top = 304
  1173.   end
  1174.   object SaveDialog: TSaveDialog
  1175.     DefaultExt = 'inf'
  1176.     FileName = 'E:\!master\newsmakers\Setup.inf'
  1177.     Filter = 'Setup inf file|Setup*.inf'
  1178.     Options = []
  1179.     Title = 'Save setup.inf to'
  1180.     Left = 112
  1181.     Top = 304
  1182.   end
  1183. end
  1184.